home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / chktxt.zip / README < prev   
Text File  |  1991-10-15  |  1KB  |  19 lines

  1. CHKTXT -- Is a DOS utility that checks a textfile for suspicious
  2. characters. Suspicious characters are control characters other than
  3. CR+LF (0D 0A),  TAB/HT (09) and EOF/SUB (1A). It also gives the user an
  4. option to fix the  file. Fixing the file removes the suspicious control
  5. characters and  replaces CR, LF, LF+CR with CR+LF. Fixing also adds an
  6. EOF char after the  last line in the file, if it's missing or removes
  7. it if it's in the middle of a line. 
  8.  
  9.    I wrote CHKTXT couple a years ago when I had a damaged .C file that 
  10. compiled, but didn't work right. Later (MUCH LATER) when I found  out
  11. that the bug was realy a CR+LF mixup I got so angry that I sat down and
  12. wrote CHKTXT. Since than it has often been a real life-saver e.g.  when
  13. moving textfiles between systems or when the DOS makes one of  those
  14. "funny" surprices that make life worth living. Since it has been such a
  15. live-saver to me, I thought that maybe there was someone out there who
  16. liked to be saved. If there are, feel free to be saved. Hope it will be
  17. useful.
  18.  
  19.